* {
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

ul,
li,
ol,
dl {
	list-style: none;
}

a {
	text-decoration: none;
}
@font-face {
	font-family:DroidSans;
	src: url(../font/DroidSans.ttf);
}
#main {
	min-width: 1300px;
	font-family: 'DroidSans'!important;
	/* overflow: hidden; */
}

@media screen and (max-width: 1480px) {
	.header_content {
		width: auto;
	}

	.header_content .navList {
		display: none;
	}

	.header .menu {
		width: 50px;
		height: 50px;
		display: block;
		align-self: center;
		color: #0b4da2;
		font-size: 19px;
		font-weight: 600;
	}
	.header .menu img{
		width: 100%;
		height: 100%;
		display: block;
	}
	.submenu2{
		width: 100%;
		display: none;
		/* transition: all 0.3s; */
	}
	.submenu2 li{
		line-height: 30px;
		padding:10px 30px;
		user-select:none;
		background: rgba(0,120,181,0.7);
	}
	.submenu2 li a{
		color: #fff;
		font-weight: 600;
	}
	.submenu2 .ul2{
		overflow: hidden;
		display: none;
	}
	.submenu2 .ul2 li{
		background: rgba(2,52,124,0);
	}
	.submenu2 .ul2 li a{
		font-weight: 100;
	}
}

@media screen and (min-width: 1481px) {
	.header_content {
		width: 1300px;
	}

	.header_content .navList {
		display: flex;
	}

	.header .menu {
		display: none;
	}
	.submenu2{
		display: none;
	}

}

.header {
	width: 100%;
	height: 110px;
	border-top: 4px solid #0b4da2;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
}

.header_content {
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header_content a:nth-of-type(1) {
	display: flex;
}

.header_content .headLogo {
	width: 355px;
	height: auto;
	display: block;
	align-self: center;
}

.header_content .navList {
	width: 850px;
	justify-content: space-between;
	align-self: center;
	font-size: 19px;
	font-weight: 600;
	user-select: none;
}

.header_content .navList p {
	height: 110px;
	padding: 0 10px;
	line-height: 110px;
	background: rgba(2, 52, 124, 0);
	transition: all 0.3s linear;
	position: relative;
}

.header_content .navList p a {
	width: 100%;
	height: 100%;
	display: block;
	color: #0b4da2;
	text-decoration: none;
}

.header_content .navList p span {
	width: 100%;
	height: 1px;
	background: #02347c;
	display: block;
	margin: 0 0 0 -10px;
	position: absolute;
	top: -1px;
}

.header_content .navList p:hover {
	background: #02347c;
}

.header_content .navList p:hover a {
	color: #fff;
}

.submenu {
	width: 100%;
	background: #3e67a2;
	transition: all 0.3s linear;
	overflow: hidden;
	user-select: none;
}

.submenu ul {
	width: 1300px;
	margin: 19px auto 0;
	display: flex;
	justify-content: flex-end;
}

.submenu ul:nth-child(2) li:last-child {
	margin-right: 555px!important;;
}

.submenu ul:nth-child(3) li:last-child {
	margin-right: 455px!important;;
}

.submenu ul:nth-child(4) li:last-child {
	margin-right: 314px!important;;
}

.submenu ul:nth-child(7) li:last-child {
	margin-right: 64px!important;;
}

.submenu ul li a {
	display: block;
	font-size: 14px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

.submenu ul li:nth-of-type(1) a {
	border-left: none;
}

header .before {
	height: 0;
}

header .active {
	height: 51px;
}

/* footer */
.footer {
	width: 100%;
	height: 235px;
	background: #132253;
	position: relative;
	top: 40px;
	opacity: 0;
}

.footer .footer_content {
	width: 1300px;
	margin: 0 auto;
}

.footer .footer_content .topCon {
	width: 100%;
	font-size: 16px;
	color: #aad0ff;
	display: flex;
	justify-content: space-between;
}

.footer .footer_content .topCon img {
	display: block;
	align-self: center;
	margin-top: 73px;
}

.footer .footer_content .right_con {
	width: 400px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #aad0ff;
	align-self: center;
	margin-top: 73px;
}

.footer .footer_content .right_con a {
	display: block;
	color: #aad0ff;
}

.footer .hrefList {
	width: 1300px;
	margin: 46px auto 35px;
	display: flex;
	color: #aad0ff;
	font-size: 18px;
}

.footer .hrefList p:nth-of-type(1) {
	/* font-size: 20px; */
	color: #fff;
	line-height: 30px;

}

.footer .hrefList p a {
	margin-left: 30px;
	color: #aad0ff;
	line-height: 30px;
}

.btm {
	width: 100%;
	height: 50px;
	line-height: 50px;
	min-width: 1300px;
	margin: 0 auto;
	border-top: 1px solid #aad0ff;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #aad0ff;
	background: #132253;
}

.btm p:nth-of-type(1) {
	margin-right: 20px;
}
.bam .iap {
	width: 400px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #aad0ff;
	align-self: center;
	margin-top: 73px;
}
.bam .iap a {
	display: block;
	color: #aad0ff;
}